memory error造句
例句與造句
- Memory error check for improperly seated or missing memory
內(nèi)存錯誤檢查是因為不正確安裝或者缺少內(nèi)存。 - Reference memory error
及參考記憶錯誤 - Working memory error
13天的工作記憶錯誤 - Memory error ( data cannot be swapped out to disk using the paging file )
內(nèi)存錯誤(數(shù)據(jù)不能使用分頁文件交換到磁盤中) 。 - Video memory error . the bios cannot write to the frame buffer memory on the video card
圖像內(nèi)存錯誤。 bios不能夠?qū)戯@卡幀緩沖內(nèi)存。 - It's difficult to find memory error in a sentence. 用memory error造句挺難的
- Max server memory should be set above the sum of these two values to avoid out - of - memory errors
設(shè)置為大于這兩個值的和,以免出現(xiàn)內(nèi)存不足錯誤。 - Please note that out of memory errors may occur before you reach the listed limits
請注意:在達(dá)到這些限制條件之前, “內(nèi)存不足”錯誤就有可能發(fā)生。 - Some devices experience memory errors when they try to display more information than their memory can handle
如果某些設(shè)備嘗試顯示的信息超出了它們的內(nèi)存能夠處理的范圍,則會發(fā)生內(nèi)存錯誤。 - Because no more values will be computed than the rest of the program requires , you need not worry about out - of - memory errors caused by infinite computation
因為不會計算多于程序的其余部分所需要的值,所以不需要擔(dān)心由無窮計算所導(dǎo)致的out - of - memory錯誤。 - You might think the answer is " as large as possible , " so that you stave off out - of - memory errors and give your application as much memory as it can use
您可能會認(rèn)為“越大越好” ,因為這樣的話就可以避開out - of - memory錯誤,并且可以盡量多地為應(yīng)用程序分配所需的內(nèi)存。 - Not only can pagination be effective in displaying forms with large amounts of text or data , but pagination also prevents users from encountering this category of memory errors on their devices
分頁不僅在顯示包含大量文本或數(shù)據(jù)的窗體時很有效,而且還可以防止在用戶的設(shè)備上出現(xiàn)這類內(nèi)存錯誤。 - Because the collection can keep growing without bound , and doesn t ever get smaller , at some point you can have so many objects in the collection or referenced by elements in the collection that you fill up the heap and get out - of - memory errors
因為集合可以無限制地擴(kuò)大,并且從來不會變小,所以當(dāng)您在集合中加入了太多的對象(或者是有很多的對象被集合中的元素所引用)時,您就會因為堆的空間被填滿而導(dǎo)致內(nèi)存耗盡的錯誤。 - The garbage collector has proved to be generally accurate in determining which objects are dead and then reclaiming their space . so if you are getting out - of - memory errors , it is extremely likely that your application is experiencing " unintentional object retention .
所以,如果您遇到了內(nèi)存耗盡的錯誤,那么這完全可能是由您的程序造成的,也就是說您的程序中存在著“無意識的對象保留( unintentional object retention ) ” 。